containers

Undocumented in source.

Modules

cyclicbuffer
module containers.cyclicbuffer

Cyclic Buffer

dynamicarray
module containers.dynamicarray

Dynamic Array

hashmap
module containers.hashmap

Hash Map

hashset
module containers.hashset

Hash Set

immutablehashset
module containers.immutablehashset

Immutable hash set.

openhashset
module containers.openhashset

Open-Addressed Hash Set

simdset
module containers.simdset

SIMD-accelerated Set

slist
module containers.slist

Singly-linked list.

treemap
module containers.treemap

Tree Map

ttree
module containers.ttree

T-Tree.

unrolledlist
module containers.unrolledlist

Unrolled Linked List.

Public Imports

containers.cyclicbuffer
public import containers.cyclicbuffer;

This package file imports all other containers modules.

containers.dynamicarray
public import containers.dynamicarray;
containers.hashmap
public import containers.hashmap;
containers.hashset
public import containers.hashset;
containers.immutablehashset
public import containers.immutablehashset;
containers.openhashset
public import containers.openhashset;
containers.simdset
public import containers.simdset;
containers.slist
public import containers.slist;
containers.treemap
public import containers.treemap;
containers.ttree
public import containers.ttree;
containers.unrolledlist
public import containers.unrolledlist;

Meta